All Functions of Week 4

geom_point

{GGPLOT2}

Generates a scatter plot

aes

{GGPLOT2}

Construct aesthetic mapping of a ggplot graph

read_excel

{readxl}

Read an Excel file

library

{base}

Load an R package

ggplot

{GGPLOT2}

Create a ggplot graph

setwd

{base}

Set Working Directory

geom_smooth

{GGPLOT2}

Generates a smoothed conditional means curve / line

ifelse

{base}

Return a or b depending on the value of test

The end!